]> Repositorios git - scryer-prolog.git/commitdiff
Activate run_query() integration test
authorNicolas Luck <[email protected]>
Tue, 7 Nov 2023 09:28:36 +0000 (10:28 +0100)
committerNicolas Luck <[email protected]>
Tue, 7 Nov 2023 09:28:36 +0000 (10:28 +0100)
src/machine/lib_machine.rs

index 3a27b3d29637dfdc2cd272c37b28c43962166e2e..d7d183aafd78211af709103a2a7f010377b6be31 100644 (file)
@@ -422,9 +422,8 @@ mod tests {
         );
     }
 
-    #[ignore = "fails on windows"]
     #[test]
-    fn stress_integration_test() {
+    fn integration_test() {
         let mut machine = Machine::new_lib();
 
         // File with test commands, i.e. program code to consult and queries to run