doc/expressions.texi: Correct documentation of MISSING and SYSMIS functions.
[pspp] / src / language / tests / moments-test.c
index af328928abddbff93e5cb6ac59ef955ef4367e0f..b218ad4f528ce384034b7831ea5d63e6b61ef3ba 100644 (file)
@@ -82,12 +82,8 @@ cmd_debug_moments (struct lexer *lexer, struct dataset *ds UNUSED)
 
   if (lex_match_id (lexer, "ONEPASS"))
     two_pass = 0;
-  if (lex_token (lexer) != T_SLASH)
-    {
-      lex_force_match (lexer, T_SLASH);
+  if (!lex_force_match (lexer, T_SLASH))
       goto done;
-    }
-  lex_get (lexer);
 
   if (two_pass)
     {