Skip to content

Commit db9528e

Browse files
committed
try build
1 parent 8337868 commit db9528e

File tree

1 file changed

+6
-6
lines changed
  • src/test/kotlin/assimp/obj

1 file changed

+6
-6
lines changed

src/test/kotlin/assimp/obj/obj.kt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ class obj : StringSpec() {
88
val path = "$models/OBJ"
99

1010
init {
11-
// "box"{ box("$path/box.obj") }
12-
// "cube"{ cube("$path/cube.obj") }
13-
// "nanosuit" { nanosuit("$path/nanosuit") }
11+
"box"{ box("$path/box.obj") }
12+
"cube"{ cube("$path/cube.obj") }
13+
"nanosuit" { nanosuit("$path/nanosuit") }
1414
"wall"{ wall("$path/wall.obj") }
15-
// "spider"{ spider.obj("$path/spider") }
16-
// "shelter" { shelter("$path/shelter") }
17-
// "car" { car("$path/car") }
15+
"spider"{ spider.obj("$path/spider") }
16+
"shelter" { shelter("$path/shelter") }
17+
"car" { car("$path/car") }
1818
}
1919
}

0 commit comments

Comments
 (0)