mirror of
https://github.com/fmang/opustags.git
synced 2024-11-10 07:27:22 +01:00
Remove dummy plugs
This commit is contained in:
parent
3a320a7b39
commit
15c9f187a5
@ -1,6 +0,0 @@
|
||||
#include "dummy.h"
|
||||
|
||||
int opustags::return_one()
|
||||
{
|
||||
return 1;
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
namespace opustags
|
||||
{
|
||||
int return_one();
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
#include "dummy.h"
|
||||
#include "catch.h"
|
||||
|
||||
TEST_CASE("A dummy test")
|
||||
{
|
||||
REQUIRE(opustags::return_one() == 1);
|
||||
}
|
Loading…
Reference in New Issue
Block a user