Skip to content

Commit b297321

Browse files
committed
Fixed unit test for gmake target
1 parent a325dca commit b297321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exporters/gmake/tests/proj/proj_target_tests.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ function GmakeProjTargetTests.DefaultTarget()
2020
proj.targetName(prj)
2121

2222
test.capture [[
23-
TARGET = $(TARGETDIR)/MyProject.exe
23+
TARGET = $(TARGETDIR)/MyProject
2424
]]
2525
end

0 commit comments

Comments
 (0)