Skip to content

Commit

Permalink
Update tests: no longer testing for primes
Browse files Browse the repository at this point in the history
  • Loading branch information
evancz committed Dec 12, 2016
1 parent e583b5b commit 001eff7
Showing 1 changed file with 0 additions and 4 deletions.
@@ -1,7 +1,3 @@
var _elm_lang$core$Main$commentStart = '{-';
var _elm_lang$core$Main$singleQuote = _elm_lang$core$Native_Utils.chr('\'');
var _elm_lang$core$Main$doubleQuote = _elm_lang$core$Native_Utils.chr('\"');
var _elm_lang$core$Main$variablesWithPrimes = function (x) {
var x$ = x;
return x$;
};

0 comments on commit 001eff7

Please sign in to comment.