Skip to content

Commit

Permalink
fix #+ #- confusion
Browse files Browse the repository at this point in the history
Change-Id: Icec60c67353b30956881fe6910dc025d3696c617
  • Loading branch information
Gabor Melis authored and dklayer committed Jun 20, 2012
1 parent 852f821 commit 4f9f6ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/t-aserve.cl
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@
(defun user::test-aserve-n (&key (n
#+(and smp microsoft-32) 2
#-(and smp microsoft-32) 5
#-smp 1)
#+(and (not (and smp microsoft-32))
(and smp microsoft-32))
1)
(test-timeouts *test-timeouts*) (delay 0) logs
(direct t) (proxy t) (proxyproxy t) (ssl t)
(name "ast") (log-name nil l-n-p)
Expand Down

0 comments on commit 4f9f6ef

Please sign in to comment.