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

Commit

Permalink
Merge pull request #42 from UteroOS/hotfix/fix-broken-tests
Browse files Browse the repository at this point in the history
Fix broken tests
  • Loading branch information
noriyotcp authored Apr 1, 2017
2 parents 9a2677c + a1cc51c commit da67f8c
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 da67f8c

Please sign in to comment.