Skip to content

Commit

Permalink
Compiler: remove dummy test.
Browse files Browse the repository at this point in the history
  • Loading branch information
sonneveld committed Sep 11, 2015
1 parent 5ef0cbb commit ffb40d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Compiler/test/cs_parser_test.cpp
Expand Up @@ -3,10 +3,6 @@
#include "script/cc_symboltable.h"
#include "script/cc_internallist.h"

TEST(Parser, Test) {
ASSERT_EQ(0, 0);
}

extern int cc_tokenize(const char*inpl, ccInternalList*targ, ccCompiledScript*scrip);

char *last_seen_cc_error = 0;
Expand Down

0 comments on commit ffb40d4

Please sign in to comment.