Skip to content

Commit

Permalink
Don't use SDL for tests
Browse files Browse the repository at this point in the history
It's not installed in CI and causes build failure
  • Loading branch information
mustafaquraish committed Nov 13, 2023
1 parent e277432 commit cccaf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/import_mod_as_this.oc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// compile
import std::sdl::{this, image, gfx }
import std::image::{ this, ppm, qoi }

def main() {}

0 comments on commit cccaf4e

Please sign in to comment.