Skip to content

Commit 6804dbc

Browse files
committed
fix test
1 parent cbc7431 commit 6804dbc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "git+https://github.com/datcxx/cxx-flat-tree.git"
77
},
88
"scripts": {
9-
"test": "c++ test.cxx -o test/test -std-c++2a && ./test/test"
9+
"test": "c++ test/index.cxx -o test/index -std=c++2a && ./test/index"
1010
},
1111
"files": [
1212
"index.hxx"

test/index

84.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)