summaryrefslogtreecommitdiff
path: root/test/subdirectory/gyptest-subdir-default.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/subdirectory/gyptest-subdir-default.py')
-rw-r--r--test/subdirectory/gyptest-subdir-default.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/subdirectory/gyptest-subdir-default.py b/test/subdirectory/gyptest-subdir-default.py
index f016b6f3..9f1556e6 100644
--- a/test/subdirectory/gyptest-subdir-default.py
+++ b/test/subdirectory/gyptest-subdir-default.py
@@ -14,7 +14,7 @@ test.run_gyp('prog1.gyp', chdir='src')
test.relocate('src', 'relocate/src')
-test.build_default('prog2.gyp', chdir='relocate/src/subdir')
+test.build('prog2.gyp', chdir='relocate/src/subdir')
test.must_not_exist('relocate/src/prog1'+test._exe)