Skip to content

Commit

Permalink
+ tests for atom_chars/2
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Aug 31, 2020
1 parent 0a80567 commit 343057b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ class TestClassicSolver : TestSolver, SolverFactory by ClassicSolverFactory {
}

@Test
@Ignore
override fun testAtomChars() {
prototype.testAtomChars()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ object CommonBuiltins : AliasedLibrary by Library.aliased(
AssertA,
AssertZ,
Atom,
AtomChars,
Atomic,
Between,
Callable,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ internal class TestSolverImpl(private val solverFactory: SolverFactory) : TestSo
assertHasPredicateInAPI(AssertA)
assertHasPredicateInAPI(AssertZ)
assertHasPredicateInAPI(Atom)
assertHasPredicateInAPI(AtomChars)
assertHasPredicateInAPI(Atomic)
assertHasPredicateInAPI(Callable)
assertHasPredicateInAPI(Compound)
Expand Down

0 comments on commit 343057b

Please sign in to comment.