Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
Fix broken tests
Browse files Browse the repository at this point in the history
fix paths to require
  • Loading branch information
noriyotcp committed Apr 1, 2017
1 parent 9a2677c commit a1cc51c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/lib_cr/ctype_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# except according to those terms.

require "../spec_helper"
require "../../src/lib_cr/ctype"
require "../../src/core/lib_cr/x86_64-linux-musl/c/ctype"

describe "LibCR" do
describe "fun isalpha(c : Char) : Int" do
Expand Down
2 changes: 1 addition & 1 deletion spec/lib_cr/string_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# except according to those terms.

require "../spec_helper"
require "../../src/lib_cr/string"
require "../../src/core/lib_cr/x86_64-linux-musl/c/string"
# FIXME: or KILLME
# require "../../src/lib_cr/no_bind/libstring"
# include NoBind
Expand Down

0 comments on commit a1cc51c

Please sign in to comment.