Skip to content

Commit d044eb5

Browse files
committed
_MSC_VER to _WIN32
1 parent 300e071 commit d044eb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/runner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#endif
1010

1111
std::string runInterpreter(const std::string& file) {
12-
#if defined(_MSC_VER)
12+
#if defined(_WIN32)
1313
std::string command = "eigerc -s \"" + file + "\"";
1414
#else
1515
std::string command = "./eigerc -s \"" + file + "\"";

0 commit comments

Comments
 (0)