summaryrefslogtreecommitdiff
path: root/test/hello/gyptest-default.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/hello/gyptest-default.py')
-rw-r--r--test/hello/gyptest-default.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hello/gyptest-default.py b/test/hello/gyptest-default.py
index 7f659149..5e77a809 100644
--- a/test/hello/gyptest-default.py
+++ b/test/hello/gyptest-default.py
@@ -11,7 +11,7 @@ test = TestGyp.TestGyp()
test.run_gyp('hello.gyp')
-test.build_default('hello.gyp')
+test.build('hello.gyp')
test.run_built_executable('hello', stdout="Hello, world!\n")