blob: 7f8f4673cae83073cb1dc489a43390342244abcc [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006, 2012 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM - Initial API and implementation
* E.D.Willink - Bug 296409, 297541
*******************************************************************************/
package org.eclipse.ocl.examples.pivot.tests;
/**
* Tests for iterator expressions.
*/
public class IteratorsTest extends IteratorsTest4
{
public IteratorsTest() {
super(false);
}
}