In this paper we focus on the problem of compressed pattern matching for the text compression using antidictionaries, which is a new compression scheme proposed recently by Crochemore et al. (1998). We show an algorithm which preprocesses a pattern of length m and an antidictionary M in O(m2 + M ) time, and then scans a compressed text of length n in O(n + r) time to find all pattern occurrences, where M is the total length of strings in M and r is the number of the pattern occurrences.