unigbrk: New modules for grapheme clusters.
[pspp] / tests / test-getopt_long.h
index 0e58fecbb868bbe497add61ef1622dedb15b5e6a..e1bf732331ef77c274560d85783cf0fe02f134fb 100644 (file)
@@ -1747,7 +1747,7 @@ test_getopt_long (void)
       ASSERT (q_value == NULL);
       ASSERT (non_options_count == 0);
       ASSERT (unrecognized == 0);
-      ASSERT (optind = 1);
+      ASSERT (optind == 1);
     }
 
   /* Check that the '+' flag has to come first.  */