mirror of
https://github.com/open-goal/jak-project
synced 2026-09-04 10:41:44 -04:00
Make all tests hermetic, only the tests with kernel left
This commit is contained in:
@@ -57,9 +57,9 @@ Compiler StringTests::compiler;
|
||||
GoalTest::CompilerTestRunner StringTests::runner;
|
||||
|
||||
TEST_F(StringTests, Constants) {
|
||||
std::string expected = "\"test string!\"";
|
||||
runner.run_static_test(env, testCategory, "string-constant-1.static.gc", {expected}, expected.size());
|
||||
// TODO - runner.run_static_test(env, testCategory, "string-constant-2.static.gc", {});
|
||||
// TODO - runner.run_static_test(env, testCategory, "string-constant-1.static.gc");
|
||||
std::string expected = "\"test string!\"";
|
||||
runner.run_static_test(env, testCategory, "string-constant-2.static.gc", {expected}, expected.size());
|
||||
}
|
||||
|
||||
TEST_F(StringTests, Symbols) {
|
||||
|
||||
Reference in New Issue
Block a user