Skip to content

Commit

Permalink
Enable coroutines again.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheatfate committed Jul 30, 2016
1 parent 111afbb commit 70f80c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ addons:
- libgc-dev
before_script:
- set -e
- wget http://nim-lang.org/download/fasm-1.71.39.tgz
- tar xvf fasm-1.71.39.tgz
- git clone --depth 1 https://github.com/nim-lang/csources.git
- cd csources
- sh build.sh
- cd ..
- sed -i -e 's,cc = gcc,cc = clang,' config/nim.cfg
- export PATH=$(pwd)/bin:$PATH
- export PATH=$(pwd)/bin:$(pwd)/fasm:$PATH
script:
- nim c koch
- ./koch boot
Expand Down
2 changes: 1 addition & 1 deletion tests/testament/tester.nim
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ proc makeTest(test, options: string, cat: Category, action = actionCompile,

const
# array of modules disabled from compilation test of stdlib.
disabledFiles = ["lib/pure/coro.nim"]
disabledFiles = []

include categories

Expand Down

0 comments on commit 70f80c9

Please sign in to comment.