Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwhite committed Nov 24, 2016
1 parent 43f853b commit 37151bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/t003_basic_dll_and_pdb/test.json
@@ -1,6 +1,6 @@
{
"commands": [
["cl", "/nologo", "/LD", "/Febasic", "/Zi", "main.c"]
["cl", "/nologo", "/LD", "/Febasic", "/Zi", "main.c", "/link", "/INCREMENTAL:NO"]
],
"ducible_args": ["basic.dll", "basic.pdb"],
"clean": ["*.dll", "*.pdb", "*.obj", "*.ilk"]
Expand Down

0 comments on commit 37151bb

Please sign in to comment.