fix merge remnant

This commit is contained in:
Stephen Chang 2016-10-31 12:26:39 -04:00
parent 3edf1e031a
commit 593f4f5881

View File

@ -8,11 +8,7 @@
;(require "bv-ref-tests.rkt")
; visit but dont instantiate, o.w. will get unsat
;(dynamic-require "fsm-test.rkt" #f)
<<<<<<< HEAD
(require "ifc-tests.rkt")
; don't run this file for testing:
(module test racket/base)
=======
;(require "ifc-tests.rkt")
>>>>>>> add optimize, remaining sec3 tests; fix CList-CListof subtyping