Skip to content

Commit 93104ca

Browse files
authored
Use import test.winrt; instead of import winrt; in test project (#40)
1 parent 38bce14 commit 93104ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pnm_header_test.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import <std.h>;
77
import <win.h>;
8-
import winrt;
8+
import test.winrt;
99

1010
import pnm_header;
1111
import test.util;

0 commit comments

Comments
 (0)