summaryrefslogtreecommitdiff
path: root/test/copies/gyptest-default.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/copies/gyptest-default.py')
-rw-r--r--test/copies/gyptest-default.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/copies/gyptest-default.py b/test/copies/gyptest-default.py
index fdf36b61..2c396177 100644
--- a/test/copies/gyptest-default.py
+++ b/test/copies/gyptest-default.py
@@ -12,7 +12,7 @@ test.run_gyp('copies.gyp', chdir='src')
test.relocate('src', 'relocate/src')
-test.build_default('copies.gyp', chdir='relocate/src')
+test.build('copies.gyp', chdir='relocate/src')
test.must_match(['relocate', 'src', 'copies-out', 'file1'], "file1 contents\n")