Skip to content

Commit 359c660

Browse files
committed
No longer pass Zig compiler path when running tests.
1 parent d7144e3 commit 359c660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk/build/Vezel.Zig.Sdk.Test.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
Importance="high"
6666
Condition="'$(IsCrossExecuting)' == 'false'" />
6767

68-
<Exec Command="&quot;@(TestAssembly)&quot; &quot;$(ZigExePath)&quot;"
68+
<Exec Command="&quot;@(TestAssembly)&quot;"
6969
Condition="'$(IsCrossExecuting)' == 'false'" />
7070

7171
<Message Text="Running tests with binary emulator '$(EmulatorName)'..."

0 commit comments

Comments
 (0)