Update tests

This commit is contained in:
Fangrui Song 2018-02-22 08:54:05 -08:00
parent b9fcbddc6d
commit cfa0308ff6

View File

@ -901,8 +901,7 @@ TEST_SUITE("Project") {
/* expected */ /* expected */
{"../../third_party/llvm-build/Release+Asserts/bin/clang++", {"../../third_party/llvm-build/Release+Asserts/bin/clang++",
"-working-directory", "-working-directory=/w/c/s/out/Release",
"/w/c/s/out/Release",
"-DV8_DEPRECATION_WARNINGS", "-DV8_DEPRECATION_WARNINGS",
"-DDCHECK_ALWAYS_ON=1", "-DDCHECK_ALWAYS_ON=1",
"-DUSE_UDEV", "-DUSE_UDEV",
@ -1236,8 +1235,7 @@ TEST_SUITE("Project") {
/* expected */ /* expected */
{"../../third_party/llvm-build/Release+Asserts/bin/clang++", {"../../third_party/llvm-build/Release+Asserts/bin/clang++",
"-working-directory", "-working-directory=/w/c/s/out/Release",
"/w/c/s/out/Release",
"-DV8_DEPRECATION_WARNINGS", "-DV8_DEPRECATION_WARNINGS",
"-DDCHECK_ALWAYS_ON=1", "-DDCHECK_ALWAYS_ON=1",
"-DUSE_UDEV", "-DUSE_UDEV",